After you have defined the VBScript functions for the Publish command, you must configure the function names and a status property. These settings are specified in the web.config file of the SharePoint site where the vault library resides.
To configure the Publish function names:
Setting | Value |
---|---|
PublishVbsFunction |
The name of the corresponding function that you defined as described in Configuring the Publish functions. |
CanPublishVbsFunction |
The name of the corresponding function that you defined as described in Configuring the Publish functions. |
PublishStatusProperty |
The full name of an existing custom property to indicate whether a document is published. The property must be the Byte type. |